home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…stman Always Clicks Twice / ADC Developer CD (1993-01) (''The Postman Always Clicks Twice'')_iso / Dev.CD 199301.iso / Development Platforms / LISP Related / LISP Goodies / About This Folder next >
Encoding:
Text File  |  1992-10-16  |  3.8 KB  |  64 lines  |  [TEXT/ttxt]

  1. About this Folder
  2.  
  3. This folder contains several updates to the 2.0 release of Macintosh Common Lisp (MCL), including a patch file from Apple and several user-contributed applications and utilities. The latest version of these and many other files are also available on the internet by anonymous ftp from cambridge.apple.com:/pub/MCL2/contrib/. If you are an MCL user, we welcome your contributions!
  4.  
  5. Macintosh Common Lisp is Apple's state-of-the-art development environment for creating Macintosh applications. Unlike static languages, MCL is a dynamic language, offering you a much more programmer-friendly, interactive, robust, and rapid development cycle. Your resulting code is compiled to native 680x0 machine code and can take advantage of all Mac toolbox traps and System 7 features. MCL is fully object-oriented, and includes a powerful high-level class library for dialogs, menus etc., plus automatic memory management, dynamic type-checking, incremental compilation, a sophisticated error condition system and debugger, fully programmable tools, online documentation, interactive interface builder and much, much more. The MCL 2.0 cd-rom includes over 100Mb of user-contributed code, applications, utilities, and documentations, plus extensive sources to MCL and its tools. For more information about ordering MCL 2.0, please contact APDA.
  6.  
  7. **************************
  8.  
  9. Almost all of the files in this folder are plain ASCII text files, and may be read with most text editors even if you do not own a copy of MCL.
  10.  
  11. DISCLAIMER: All files in this folder (except as noted) are not Apple's and are provided on an as-is basis. Apple makes no claim of ownership on contributed code - all copyright remains with the original authors. Apple has not necessarily tested any contributed code, and makes no guarantees about its functionality or usefulness.
  12.  
  13. Synopsis of folder contents:
  14.  
  15. Answers to Freq Asked Q's
  16.      A collection of frequently asked questions and their answers, covering lisp 
  17.     in general (not just MCL).
  18. AV Parser
  19.     A flexible parser tool by Mark Johnson, Brown University.
  20. btree
  21.    Balanced avl btrees by Mark Tapia, U.Toronto.
  22. Cartier's Contribs
  23.    Guillaume Cartier's tools, including who-calls, extended-apropos, and 
  24.    Think C interfaces.
  25. defsys 5.0
  26.    A portable system definition facility, from Joachim H. Laubsch, HP
  27. GETA Browser v1.01
  28.    A graphical browser by Mathieu Lafourcade, GETA
  29. ift-icon-dialog-item.lisp
  30.    Adds icon dialog items to the interface builder toolkit.
  31. matts-utils-8Sept92
  32.    More than a dozen utilities from Matthew Cornell
  33. McCartney-library 1.1
  34.    Some utils from Paul McCartney (the other one) including file utils, 
  35.    3d graphics, plotting, etc.
  36. menu enhancements
  37.      Some menu enhancements from Mark Tapia, U.Toronto.
  38. oodls-of-utils
  39.      A large collection of Mac toolbox and user interface tools from Mike Engber, ILS.
  40. Optimization techniques
  41.      An MS Word document explaining tips and tricks for writing efficient MCL code.
  42. print-u.lisp
  43.     Printing (hardcopy) utilities from Mark Tapia, U.Toronto.
  44. rcs.lisp
  45.     A simple revision control system from David Neves, ILS.
  46. simple-window-example.lisp
  47.     A simple example of how to create a typical Macintosh window in MCL.
  48.     Uses CLOS (object-oriented programming). By Steve Strassmann, Apple
  49. sicn-dialog-items.lisp
  50.    SICN dialog items
  51. slot-value-using-class.lisp
  52.    SLOT-VALUE-USING-CLASS (a meta-object protocol extension to CLOS objects)
  53. styled-comments.lisp
  54.    converts comments in code to your preferred comment font. from Bob Kass, EDS
  55. undefine.lisp
  56.    undefine variables, functions, and methods. from Daniel LaLiberte, NCSA
  57. View-Extensions.lisp
  58.    extensions to user interface from Gordon Sawatzky, NRC Canada
  59. Wood
  60.    William's Object Oriented Database - a persistent object store for MCL 2.0
  61.    (preliminary, pre-beta version) from Bill St. Clair, Apple 
  62. Zebu 2.1
  63.    A kind of yacc (LALR parser) from Joachim H. Laubsch, HP
  64.